home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / backex.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  68 lines

  1. Short:    Like execute, in background
  2. Author:   codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  3. Uploader: codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  4. Version:  0.1
  5. Type:     util/cli
  6.  
  7. BackEx/0.1
  8. ----------
  9.  
  10. _Very_ simple command which executes a batch file in background.
  11.  
  12. Docs
  13. ----
  14.  
  15. Template:
  16.     BackEx BATCHFILE/A,OUTPUT,INPUT,QUIET/S
  17.  
  18. BATCHFILE:
  19.     File to execute.
  20.     BackEx simply runs the CLI command "Execute BATCHFILE".
  21.     Note that it doesn't add any quotations which might cause
  22.     inproper results.
  23.     <required argument>
  24.  
  25. OUTPUT:
  26.     Output file handle as often used.
  27.     Default: "CON:0/100/-1/200/ text... /AUTO/WAIT/CLOSE"
  28.     Note that the default window will stay open until you
  29.     closed the window. Call BackEx with a new OUTPUT
  30.     definition not containing "/WAIT/CLOSE".
  31.     CON: window flags (excerpt):
  32.         /AUTO    - window remains closed until first
  33.               output is been done.
  34.         /WAIT    - before closing window, wait for
  35.               EOF signal (ctrl-\ or closewindow)
  36.         /CLOSE    - add close gadget.
  37.  
  38. INPUT:
  39.     Input handle. Due to dos/SystemTags() it can't be the
  40.     same as OUTPUT. Sorry.
  41.     Default to "NIL:"
  42.  
  43. QUIET:
  44.     Don't open requester if batchfile returned a non-okay
  45.     error code.
  46.     Default is OFF.
  47.  
  48. ETC
  49. ---
  50.  
  51. This program is freeware, source included, blabla no gurantees;
  52. use at your own risk etc.
  53.  
  54. - hans
  55.  
  56.  
  57. ============================= Archive contents =============================
  58.  
  59. Original  Packed Ratio    Date     Time    Name
  60. -------- ------- ----- --------- --------  -------------
  61.     4040    2603 35.5% 02-Sep-92 12:37:02  backex
  62.     1288     738 42.7% 02-Sep-92 12:49:08  backex.readme
  63.     2660    1182 55.5% 02-Sep-92 12:43:12  ex.c
  64.      469     216 53.9% 02-Sep-92 12:50:02  Include.h
  65.      313     200 36.1% 02-Sep-92 12:49:32  SCOPTIONS
  66. -------- ------- ----- --------- --------
  67.     8770    4939 43.6% 30-Apr-96 13:36:14   5 files
  68.